home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / rss / icrssdef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  357 b   |  21 lines

  1. #include <stdio.h>
  2. #include <string.h>
  3. #include <stdlib.h>
  4. #include <signal.h>
  5. #include <ctype.h>
  6. #include <stdarg.h>
  7. #include <malloc.h>
  8. #include <sys/types.h>
  9. #include <sys/stat.h>
  10.  
  11. #ifdef MSDOS
  12. #   include <dos.h>
  13. #   include <icce.h>
  14. #   include <io.h>
  15. #   include <process.h>
  16. #else
  17. #   include <unistd.h>
  18. #endif
  19.  
  20. #include "icrss.h"
  21.